3.10.48 \(\int \frac {(a+b x+c x^2)^2}{(b d+2 c d x)^{11}} \, dx\)

Optimal. Leaf size=73 \[ -\frac {\left (b^2-4 a c\right )^2}{320 c^3 d^{11} (b+2 c x)^{10}}+\frac {b^2-4 a c}{128 c^3 d^{11} (b+2 c x)^8}-\frac {1}{192 c^3 d^{11} (b+2 c x)^6} \]

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 73, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.042, Rules used = {683} \begin {gather*} -\frac {\left (b^2-4 a c\right )^2}{320 c^3 d^{11} (b+2 c x)^{10}}+\frac {b^2-4 a c}{128 c^3 d^{11} (b+2 c x)^8}-\frac {1}{192 c^3 d^{11} (b+2 c x)^6} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*x + c*x^2)^2/(b*d + 2*c*d*x)^11,x]

[Out]

-(b^2 - 4*a*c)^2/(320*c^3*d^11*(b + 2*c*x)^10) + (b^2 - 4*a*c)/(128*c^3*d^11*(b + 2*c*x)^8) - 1/(192*c^3*d^11*
(b + 2*c*x)^6)

Rule 683

Int[((d_.) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[ExpandIntegrand[(d +
 e*x)^m*(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, d, e, m}, x] && NeQ[b^2 - 4*a*c, 0] && EqQ[2*c*d - b*e,
 0] && IGtQ[p, 0] &&  !(EqQ[m, 3] && NeQ[p, 1])

Rubi steps

\begin {align*} \int \frac {\left (a+b x+c x^2\right )^2}{(b d+2 c d x)^{11}} \, dx &=\int \left (\frac {\left (-b^2+4 a c\right )^2}{16 c^2 d^{11} (b+2 c x)^{11}}+\frac {-b^2+4 a c}{8 c^2 d^{11} (b+2 c x)^9}+\frac {1}{16 c^2 d^{11} (b+2 c x)^7}\right ) \, dx\\ &=-\frac {\left (b^2-4 a c\right )^2}{320 c^3 d^{11} (b+2 c x)^{10}}+\frac {b^2-4 a c}{128 c^3 d^{11} (b+2 c x)^8}-\frac {1}{192 c^3 d^{11} (b+2 c x)^6}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 59, normalized size = 0.81 \begin {gather*} \frac {15 \left (b^2-4 a c\right ) (b+2 c x)^2-6 \left (b^2-4 a c\right )^2-10 (b+2 c x)^4}{1920 c^3 d^{11} (b+2 c x)^{10}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x + c*x^2)^2/(b*d + 2*c*d*x)^11,x]

[Out]

(-6*(b^2 - 4*a*c)^2 + 15*(b^2 - 4*a*c)*(b + 2*c*x)^2 - 10*(b + 2*c*x)^4)/(1920*c^3*d^11*(b + 2*c*x)^10)

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\left (a+b x+c x^2\right )^2}{(b d+2 c d x)^{11}} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(a + b*x + c*x^2)^2/(b*d + 2*c*d*x)^11,x]

[Out]

IntegrateAlgebraic[(a + b*x + c*x^2)^2/(b*d + 2*c*d*x)^11, x]

________________________________________________________________________________________

fricas [B]  time = 0.38, size = 220, normalized size = 3.01 \begin {gather*} -\frac {160 \, c^{4} x^{4} + 320 \, b c^{3} x^{3} + b^{4} + 12 \, a b^{2} c + 96 \, a^{2} c^{2} + 60 \, {\left (3 \, b^{2} c^{2} + 4 \, a c^{3}\right )} x^{2} + 20 \, {\left (b^{3} c + 12 \, a b c^{2}\right )} x}{1920 \, {\left (1024 \, c^{13} d^{11} x^{10} + 5120 \, b c^{12} d^{11} x^{9} + 11520 \, b^{2} c^{11} d^{11} x^{8} + 15360 \, b^{3} c^{10} d^{11} x^{7} + 13440 \, b^{4} c^{9} d^{11} x^{6} + 8064 \, b^{5} c^{8} d^{11} x^{5} + 3360 \, b^{6} c^{7} d^{11} x^{4} + 960 \, b^{7} c^{6} d^{11} x^{3} + 180 \, b^{8} c^{5} d^{11} x^{2} + 20 \, b^{9} c^{4} d^{11} x + b^{10} c^{3} d^{11}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2+b*x+a)^2/(2*c*d*x+b*d)^11,x, algorithm="fricas")

[Out]

-1/1920*(160*c^4*x^4 + 320*b*c^3*x^3 + b^4 + 12*a*b^2*c + 96*a^2*c^2 + 60*(3*b^2*c^2 + 4*a*c^3)*x^2 + 20*(b^3*
c + 12*a*b*c^2)*x)/(1024*c^13*d^11*x^10 + 5120*b*c^12*d^11*x^9 + 11520*b^2*c^11*d^11*x^8 + 15360*b^3*c^10*d^11
*x^7 + 13440*b^4*c^9*d^11*x^6 + 8064*b^5*c^8*d^11*x^5 + 3360*b^6*c^7*d^11*x^4 + 960*b^7*c^6*d^11*x^3 + 180*b^8
*c^5*d^11*x^2 + 20*b^9*c^4*d^11*x + b^10*c^3*d^11)

________________________________________________________________________________________

giac [A]  time = 0.16, size = 87, normalized size = 1.19 \begin {gather*} -\frac {160 \, c^{4} x^{4} + 320 \, b c^{3} x^{3} + 180 \, b^{2} c^{2} x^{2} + 240 \, a c^{3} x^{2} + 20 \, b^{3} c x + 240 \, a b c^{2} x + b^{4} + 12 \, a b^{2} c + 96 \, a^{2} c^{2}}{1920 \, {\left (2 \, c x + b\right )}^{10} c^{3} d^{11}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2+b*x+a)^2/(2*c*d*x+b*d)^11,x, algorithm="giac")

[Out]

-1/1920*(160*c^4*x^4 + 320*b*c^3*x^3 + 180*b^2*c^2*x^2 + 240*a*c^3*x^2 + 20*b^3*c*x + 240*a*b*c^2*x + b^4 + 12
*a*b^2*c + 96*a^2*c^2)/((2*c*x + b)^10*c^3*d^11)

________________________________________________________________________________________

maple [A]  time = 0.05, size = 74, normalized size = 1.01 \begin {gather*} \frac {-\frac {4 a c -b^{2}}{128 \left (2 c x +b \right )^{8} c^{3}}-\frac {1}{192 \left (2 c x +b \right )^{6} c^{3}}-\frac {16 a^{2} c^{2}-8 a \,b^{2} c +b^{4}}{320 \left (2 c x +b \right )^{10} c^{3}}}{d^{11}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*x^2+b*x+a)^2/(2*c*d*x+b*d)^11,x)

[Out]

1/d^11*(-1/128*(4*a*c-b^2)/c^3/(2*c*x+b)^8-1/192/c^3/(2*c*x+b)^6-1/320*(16*a^2*c^2-8*a*b^2*c+b^4)/c^3/(2*c*x+b
)^10)

________________________________________________________________________________________

maxima [B]  time = 1.54, size = 220, normalized size = 3.01 \begin {gather*} -\frac {160 \, c^{4} x^{4} + 320 \, b c^{3} x^{3} + b^{4} + 12 \, a b^{2} c + 96 \, a^{2} c^{2} + 60 \, {\left (3 \, b^{2} c^{2} + 4 \, a c^{3}\right )} x^{2} + 20 \, {\left (b^{3} c + 12 \, a b c^{2}\right )} x}{1920 \, {\left (1024 \, c^{13} d^{11} x^{10} + 5120 \, b c^{12} d^{11} x^{9} + 11520 \, b^{2} c^{11} d^{11} x^{8} + 15360 \, b^{3} c^{10} d^{11} x^{7} + 13440 \, b^{4} c^{9} d^{11} x^{6} + 8064 \, b^{5} c^{8} d^{11} x^{5} + 3360 \, b^{6} c^{7} d^{11} x^{4} + 960 \, b^{7} c^{6} d^{11} x^{3} + 180 \, b^{8} c^{5} d^{11} x^{2} + 20 \, b^{9} c^{4} d^{11} x + b^{10} c^{3} d^{11}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2+b*x+a)^2/(2*c*d*x+b*d)^11,x, algorithm="maxima")

[Out]

-1/1920*(160*c^4*x^4 + 320*b*c^3*x^3 + b^4 + 12*a*b^2*c + 96*a^2*c^2 + 60*(3*b^2*c^2 + 4*a*c^3)*x^2 + 20*(b^3*
c + 12*a*b*c^2)*x)/(1024*c^13*d^11*x^10 + 5120*b*c^12*d^11*x^9 + 11520*b^2*c^11*d^11*x^8 + 15360*b^3*c^10*d^11
*x^7 + 13440*b^4*c^9*d^11*x^6 + 8064*b^5*c^8*d^11*x^5 + 3360*b^6*c^7*d^11*x^4 + 960*b^7*c^6*d^11*x^3 + 180*b^8
*c^5*d^11*x^2 + 20*b^9*c^4*d^11*x + b^10*c^3*d^11)

________________________________________________________________________________________

mupad [B]  time = 0.64, size = 213, normalized size = 2.92 \begin {gather*} -\frac {\frac {96\,a^2\,c^2+12\,a\,b^2\,c+b^4}{1920\,c^3}+\frac {b\,x^3}{6}+\frac {c\,x^4}{12}+\frac {x^2\,\left (3\,b^2+4\,a\,c\right )}{32\,c}+\frac {b\,x\,\left (b^2+12\,a\,c\right )}{96\,c^2}}{b^{10}\,d^{11}+20\,b^9\,c\,d^{11}\,x+180\,b^8\,c^2\,d^{11}\,x^2+960\,b^7\,c^3\,d^{11}\,x^3+3360\,b^6\,c^4\,d^{11}\,x^4+8064\,b^5\,c^5\,d^{11}\,x^5+13440\,b^4\,c^6\,d^{11}\,x^6+15360\,b^3\,c^7\,d^{11}\,x^7+11520\,b^2\,c^8\,d^{11}\,x^8+5120\,b\,c^9\,d^{11}\,x^9+1024\,c^{10}\,d^{11}\,x^{10}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x + c*x^2)^2/(b*d + 2*c*d*x)^11,x)

[Out]

-((b^4 + 96*a^2*c^2 + 12*a*b^2*c)/(1920*c^3) + (b*x^3)/6 + (c*x^4)/12 + (x^2*(4*a*c + 3*b^2))/(32*c) + (b*x*(1
2*a*c + b^2))/(96*c^2))/(b^10*d^11 + 1024*c^10*d^11*x^10 + 5120*b*c^9*d^11*x^9 + 180*b^8*c^2*d^11*x^2 + 960*b^
7*c^3*d^11*x^3 + 3360*b^6*c^4*d^11*x^4 + 8064*b^5*c^5*d^11*x^5 + 13440*b^4*c^6*d^11*x^6 + 15360*b^3*c^7*d^11*x
^7 + 11520*b^2*c^8*d^11*x^8 + 20*b^9*c*d^11*x)

________________________________________________________________________________________

sympy [B]  time = 4.85, size = 235, normalized size = 3.22 \begin {gather*} \frac {- 96 a^{2} c^{2} - 12 a b^{2} c - b^{4} - 320 b c^{3} x^{3} - 160 c^{4} x^{4} + x^{2} \left (- 240 a c^{3} - 180 b^{2} c^{2}\right ) + x \left (- 240 a b c^{2} - 20 b^{3} c\right )}{1920 b^{10} c^{3} d^{11} + 38400 b^{9} c^{4} d^{11} x + 345600 b^{8} c^{5} d^{11} x^{2} + 1843200 b^{7} c^{6} d^{11} x^{3} + 6451200 b^{6} c^{7} d^{11} x^{4} + 15482880 b^{5} c^{8} d^{11} x^{5} + 25804800 b^{4} c^{9} d^{11} x^{6} + 29491200 b^{3} c^{10} d^{11} x^{7} + 22118400 b^{2} c^{11} d^{11} x^{8} + 9830400 b c^{12} d^{11} x^{9} + 1966080 c^{13} d^{11} x^{10}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x**2+b*x+a)**2/(2*c*d*x+b*d)**11,x)

[Out]

(-96*a**2*c**2 - 12*a*b**2*c - b**4 - 320*b*c**3*x**3 - 160*c**4*x**4 + x**2*(-240*a*c**3 - 180*b**2*c**2) + x
*(-240*a*b*c**2 - 20*b**3*c))/(1920*b**10*c**3*d**11 + 38400*b**9*c**4*d**11*x + 345600*b**8*c**5*d**11*x**2 +
 1843200*b**7*c**6*d**11*x**3 + 6451200*b**6*c**7*d**11*x**4 + 15482880*b**5*c**8*d**11*x**5 + 25804800*b**4*c
**9*d**11*x**6 + 29491200*b**3*c**10*d**11*x**7 + 22118400*b**2*c**11*d**11*x**8 + 9830400*b*c**12*d**11*x**9
+ 1966080*c**13*d**11*x**10)

________________________________________________________________________________________